Method CreateBatchChildAsync<TProps>(IRedbObject, IEnumerable<TProps>, bool)
Batch creation of child objects with cache preloading
All created objects will be children of the specified parent
Optimized for creating multiple child objects of the same type
public static Task<List<RedbObject<TProps>>> CreateBatchChildAsync<TProps>(IRedbObject parent, IEnumerable<TProps> properties, bool initializeMetadata) where TProps : class, new()